db_constraints ~master (2022-04-24T06:29:45.2622732)
Dub
Repo
Nullable.opEquals
db_constraints
utils
nullable
Nullable
Undocumented in source. Be warned that the author may not have intended to support it.
bool
opEquals
(N n)
struct
Nullable
(T)
const nothrow pure @
safe
@
nogc
static if
(
__traits(compiles, (T a, T b)) && !is(T == class)
)
bool
opEquals
(
N
:
typeof
(null)
)
(
N
n
)
bool
opEquals
(T rhs)
bool
opEquals
(Nullable!T rhs)
Meta
Source
See Implementation
db_constraints
utils
nullable
Nullable
constructors
this
functions
getValueOr
nullify
opAssign
opCmp
opEquals
properties
get
isNull
templates
toString